Package-level declarations

Properties

Link copied to clipboard
lateinit var bodyFontFamily: FontFamily

bodyFontFamily -> the Refy's body font family

Link copied to clipboard
lateinit var displayFontFamily: FontFamily

displayFontFamily -> the Refy's font family

Link copied to clipboard
lateinit var imageLoader: ImageLoader

imageLoader -> the image loader used by coil library to load the image and by-passing the https self-signed certificates

Link copied to clipboard
lateinit var navigator: Navigator

navigator -> the navigator instance is useful to manage the navigation between the screens of the application

Functions

Link copied to clipboard
@Composable
@Preview
fun App()

Method to sho the layout of Refy desktop app. No-any params required

Link copied to clipboard
fun main()

Method to start the of Refy desktop app. No-any params required